ComponentOne DataGrid for WPF and Silverlight
RemoveRows(Int32[]) Method

C1.WPF.DataGrid Namespace > C1DataGrid Class > RemoveRows Method : RemoveRows(Int32[]) Method
The row indexes to be removed.
Removes a collection of rows from a collection of row indexes.
Syntax
'Declaration
 
Public Overloads Function RemoveRows( _
   ByVal rowIndexes() As System.Integer _
) As System.Boolean
public System.bool RemoveRows( 
   System.int[] rowIndexes
)

Parameters

rowIndexes
The row indexes to be removed.

Return Value

True, if the rows were removed
See Also

Reference

C1DataGrid Class
C1DataGrid Members
Overload List